NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Members
The following tables list the members exposed by NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings>.
| Name | Description |
 | Content | A shortcut property that gets or sets the content inside the document displayed by this view. |
 | DefaultSaveAsFileName | Gets/Sets the default file name used in Save As dialogs. By default set to "Document1.{ext}", where "{ext}" is the file extension of the default document format for this document view. It is determined by the Nevron.Nov.Dom.NDocumentFormatRegistry<TDocumentFormat>.DefaultFormatExtension property of this view's DocumentFormatRegistry. |
 | Document | Gets or sets the document displayed by this view. |
 | DocumentFormatRegistry | Must override to return the document format registry. |
 | IsTaskInProgress | Determines whether a document view async task (LoadFromFileAsync, SaveToFileAsync etc.) is currently performed by the view. |
 | Message | Gets or sets the message element. The message is automatically managed by Nevron via the ShowMessage and HideMessage methods. |
 | ReadOnly | Gets or sets whether the user is able to modify the document visually. |
Top
| Name | Description |
 | DocumentChanged | Occurs when the view's document has changed. |
 | DocumentLoaded | Occurs when a document was loaded by the view. |
 | DocumentSaved | Occurs when the current document was saved by the view. |
 | ReadOnlyChanged | Mutation event, which occurs when the ReadOnly property has changed. |
Top